projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9f24d0
)
(archive-rar-summarize): Allow between 6 and 7 characters in the
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 10 Dec 2009 19:25:01 +0000
(19:25 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 10 Dec 2009 19:25:01 +0000
(19:25 +0000)
Attribute field.
lisp/arc-mode.el
patch
|
blob
|
history
diff --git
a/lisp/arc-mode.el
b/lisp/arc-mode.el
index 1d67a6ce918560b10373c44deb35080626c515c9..474d7bdd5ab4779889ec10546de3523b8dfde679 100644
(file)
--- a/
lisp/arc-mode.el
+++ b/
lisp/arc-mode.el
@@
-1904,7
+1904,7
@@
This doesn't recover lost files, it just undoes changes in the buffer itself."
;; Ratio ; Date'
" +\\([0-9%]+\\) +\\([-0-9]+\\)"
;; Time ; Attr.
- " +\\([0-9:]+\\) +
......
"
+ " +\\([0-9:]+\\) +
[^ \n]\\{6,7\\}
"
;; CRC; Meth ; Var.
" +[0-9A-F]+ +[^ \n]+ +[0-9.]+\n"))
(goto-char (match-end 0))